Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NVFlowBlockCollection<T> Class / InvalidateBlockYIndex Method


In This Topic
    InvalidateBlockYIndex Method
    In This Topic
    Invalidates the block y index
    Syntax
    'Declaration
     
    
    Public Sub InvalidateBlockYIndex( _
       ByVal index As ENBlockYIndex _
    ) 
    'Usage
     
    
    Dim instance As NVFlowBlockCollection(Of T)
    Dim index As ENBlockYIndex
     
    instance.InvalidateBlockYIndex(index)
    public void InvalidateBlockYIndex( 
       ENBlockYIndex index
    )

    Parameters

    index
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also